The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class
当我们的代码出现这个错误时:The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from r ...